reftests: Fix underlines in link-coloring reftest
authorBenjamin Otte <otte@redhat.com>
Tue, 21 Jul 2015 00:27:45 +0000 (02:27 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 21 Jul 2015 00:28:53 +0000 (02:28 +0200)
Underlines now need to be manually specified in CSS since GTK got
text-decoration support.

testsuite/reftests/link-coloring.css

index 0c4c13df81a9f8bc8097ee9e37094eae7dab1f39..a4ce28cd40481ce6943cf24911c3785d54111f0b 100644 (file)
@@ -8,6 +8,10 @@
   color: purple;
 }
 
+:link,*, :visited * {
+  text-decoration: underline;
+}
+
 /* should never happen */
 :link:visited {
   color: red;